gdk/gdkapplaunchcontext.h gdk/gdktestutils.h gtk/gtkmountoperation.h
authorMichael Natterer <mitch@imendio.com>
Fri, 30 May 2008 12:08:30 +0000 (12:08 +0000)
committerMichael Natterer <mitch@src.gnome.org>
Fri, 30 May 2008 12:08:30 +0000 (12:08 +0000)
2008-05-30  Michael Natterer  <mitch@imendio.com>

* gdk/gdkapplaunchcontext.h
* gdk/gdktestutils.h
* gtk/gtkmountoperation.h
* gtk/gtkshow.h
* gtk/gtktestutils.h
* gtk/gtktoolshell.h: no need to allow disabling single includes
conditionally in these new files. Simply forbid including them
individually from the beginning.

svn path=/trunk/; revision=20256

ChangeLog
gdk/gdkapplaunchcontext.h
gdk/gdktestutils.h

index cd1e16857d6b835a3d15a60a301afcfc06dae0f9..ba5422e4ee6713f1309369170ec1749a5cb75db2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2008-05-30  Michael Natterer  <mitch@imendio.com>
 
+       * gdk/gdkapplaunchcontext.h
+       * gdk/gdktestutils.h
        * gtk/gtkmountoperation.h
        * gtk/gtkshow.h
        * gtk/gtktestutils.h
index 31b473070db0f98de3b2c6a3091520ccafb24c11..7b0cf9ad7e091556e770e1e5d075859d3004ad7e 100644 (file)
@@ -20,7 +20,7 @@
    Author: Alexander Larsson <alexl@redhat.com>
 */
 
-#if defined(GTK_DISABLE_SINGLE_INCLUDES) && !defined (__GDK_H_INSIDE__) && !defined (GDK_COMPILATION)
+#if !defined (__GDK_H_INSIDE__) && !defined (GDK_COMPILATION)
 #error "Only <gdk/gdk.h> can be included directly."
 #endif
 
index fb13886ad8de6ee3a00b562ad6f7760eb2f065d7..e9762a4b9dfd966265582a235779b156f02d8df6 100644 (file)
@@ -18,7 +18,7 @@
  * Boston, MA 02111-1307, USA.
  */
 
-#if defined(GTK_DISABLE_SINGLE_INCLUDES) && !defined (__GDK_H_INSIDE__) && !defined (GDK_COMPILATION)
+#if !defined (__GDK_H_INSIDE__) && !defined (GDK_COMPILATION)
 #error "Only <gdk/gdk.h> can be included directly."
 #endif